projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10d5cec
)
Delete spurious paren outputting short_usage.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 27 May 1993 22:02:16 +0000
(22:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 27 May 1993 22:02:16 +0000
(22:02 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index be1dbb6aa78669f60df9fdcaccbeb32965d983f9..0481fdba7f0abb3305342085d0ba1a88e8390b06 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-280,7
+280,7
@@
if [ "${configuration}" = "" ]; then
echo "- Looks like this is a ${configuration}" 1>&2
else
echo '- Failed to guess the system type. You need to tell me.' 1>&2
- echo "${short_usage}"
)
>&2
+ echo "${short_usage}" >&2
exit 1
fi
fi